home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 1.iso / toolbox / src / exampleCode / opengl / GLUT / lib / Makefile.sgi < prev    next >
Encoding:
Makefile  |  1996-11-11  |  471 b   |  23 lines

  1. #
  2. # Copyright (c) Mark J. Kilgard, 1995.
  3. #
  4. include $(ROOT)/usr/include/make/commondefs
  5.  
  6. TOP = ..
  7.  
  8. # $(TOP)/Fortran.mk should contain the line "FGLUT = fglut" if
  9. # the Fortran GLUT API binding is to be built.  Note:  This requires
  10. # IRIX 5.3 and the SGI Fortran compiler and OpenGL Fortran libraries
  11. # installed.
  12. sinclude $(TOP)/Fortran.mk
  13.  
  14. SUBDIRS = glut $(FGLUT)
  15.  
  16. default $(COMMONTARGS): $(_FORCE)
  17.     $(SUBDIRS_MAKERULE)
  18.  
  19. $(SUBDIRS): $(_FORCE)
  20.     cd $@; $(MAKE)
  21.  
  22. $(_FORCE):
  23.